home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 36 / PC Gamer IT CD 36 2-2.iso / utility / pmio12 / Pmio.ex_ / 0 / RCDATA / TDELETEFORM1 / TDELETEFORM1.txt < prev   
Text File  |  1998-10-17  |  3KB  |  125 lines

  1. object DeleteForm1: TDeleteForm1
  2.   Left = 65
  3.   Top = 127
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = SkipButton
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsSingle
  9.   Caption = 'Confirm Deletion to Recycle Bin'
  10.   ClientHeight = 180
  11.   ClientWidth = 452
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   KeyPreview = True
  19.   Position = poScreenCenter
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 181
  25.     Top = 36
  26.     Width = 264
  27.     Height = 29
  28.     AutoSize = False
  29.     Caption = 'Please confirm that you want to delete'
  30.     WordWrap = True
  31.   end
  32.   object OpenTool: TToolbarButton97
  33.     Left = 180
  34.     Top = 4
  35.     Width = 23
  36.     Height = 22
  37.     Hint = 'Open Image'
  38.     DisplayMode = dmGlyphOnly
  39.     Flat = False
  40.     Glyph.Data = {
  41.       F6000000424DF600000000000000760000002800000010000000100000000100
  42.       04000000000080000000CE0E0000C40E00000000000000000000000000000000
  43.       80000080000000808000800000008000800080800000C0C0C000808080000000
  44.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  45.       77777777777777777777000000000007777700666666666077770E0666666666
  46.       07770FE06666666660770EFE0666666666070FEFE000000000000EFEFEFEFE07
  47.       77770FEFEFEFEF0777770EFE0000000777777000777777770007777777777777
  48.       7007777777770777070777777777700077777777777777777777}
  49.     ParentShowHint = False
  50.     ShowHint = True
  51.     OnClick = OpenToolClick
  52.   end
  53.   object DeleteButton: TButton
  54.     Left = 181
  55.     Top = 147
  56.     Width = 75
  57.     Height = 25
  58.     Caption = '&Delete'
  59.     ModalResult = 6
  60.     TabOrder = 0
  61.     OnClick = ButtonClick
  62.   end
  63.   object SkipButton: TButton
  64.     Left = 273
  65.     Top = 147
  66.     Width = 75
  67.     Height = 25
  68.     Caption = '&Skip'
  69.     Default = True
  70.     ModalResult = 7
  71.     TabOrder = 1
  72.     OnClick = ButtonClick
  73.   end
  74.   object CancelButton: TButton
  75.     Left = 365
  76.     Top = 147
  77.     Width = 75
  78.     Height = 25
  79.     Cancel = True
  80.     Caption = 'Cancel'
  81.     ModalResult = 2
  82.     TabOrder = 2
  83.   end
  84.   object GroupBox1: TGroupBox
  85.     Left = -36
  86.     Top = -16
  87.     Width = 201
  88.     Height = 256
  89.     TabOrder = 3
  90.     object Panel1: TPanel
  91.       Left = 40
  92.       Top = 28
  93.       Width = 156
  94.       Height = 156
  95.       BevelOuter = bvNone
  96.       TabOrder = 0
  97.     end
  98.   end
  99.   object CheckBox1: TCheckBox
  100.     Left = 181
  101.     Top = 116
  102.     Width = 265
  103.     Height = 17
  104.     Caption = 'Don'#39't show me this again'
  105.     TabOrder = 4
  106.   end
  107.   object Edit: TEdit
  108.     Left = 182
  109.     Top = 68
  110.     Width = 265
  111.     Height = 25
  112.     BorderStyle = bsNone
  113.     Color = clBtnFace
  114.     Font.Charset = DEFAULT_CHARSET
  115.     Font.Color = clBlue
  116.     Font.Height = -11
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = []
  119.     ParentFont = False
  120.     ReadOnly = True
  121.     TabOrder = 5
  122.     Text = 'x'
  123.   end
  124. end
  125.